* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* --------------------------- ///////////  HEADER AND NAVIGATION /////////// --------------------------- */
.navbar {
  font-family: Montserrat, sans-serif;
  padding: 0;
}
.navbar-dark {
  background-color: rgba(0, 0, 0, 0.7); /* navbar background gradient */
  height: auto;
}
.main-logo {
  margin: 0 20px;
  display: flex;
}
.main-logo h2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  margin: auto;
  font-weight: 800;
  letter-spacing: 5px;
}
.colored {
  margin: auto;
  font-size: 1.6rem;
  font-weight: 800;
  color: #d71414;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #d71414;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.dropdown-item {
  background: none;
  color: #fff;
}
.dropdown-item:hover {
  background: none;
  color: #d71414;
}
.dropdown-items-divide-hr {
  width: 100%;
  height: 1px;
  margin: 0.25rem auto 0.25rem auto;
  border: none;
  background-color: #b5bcc4;
  opacity: 0.2;
}
/********************* hero-section *********************/
.hero-unit {
  min-height: 400px;
  background: #222;
  border: none;
}
.hero-caption {
  margin-top: 25vh;
}
.hero-caption h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: white;
}
/********************* nav-bar *********************/
.second-nav-bar {
  background: #171717;
}
.second-nav-bar-row {
  height: 60px;
  align-items: center;
}
.second-nav-bar-list {
  display: flex;
  list-style: none;
  margin: auto;
}
.second-nav-bar-list li {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}
.home a {
  text-decoration: none;
  color: rgb(215, 20, 20);
}
.home a:hover {
  text-decoration: underline;
}
.Terms {
  color: #6c757d;
}
/********************* main-section *********************/
.main-section {
  background-color: rgb(8, 8, 8);
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.offset-lg {
  margin-left: 8.333333%;
}
.text-container {
  margin-bottom: 4rem;
}
.text-container h3 {
  color: white;
  font-size: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: left;
}
.text-container p {
  color: white;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
.red-mark {
  text-decoration: none;
  color: rgb(215, 20, 20);
}
.red-mark:hover {
  text-decoration: underline;
}
.Private-ul ul {
  color: white;
  text-align: left;
  list-style: circle;
}
.Private-ul ul li {
  margin: 5px 0;
}
.How-ul li {
  list-style: decimal;
  color: white;
  text-align: left;
  margin: 5px 0;
}
.input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 4px;
  background: #222;
  padding: 0 0 0 20px;
  outline: #333;
  color: #fff;
}
.checkbox {
  margin-right: 0.375rem;
}
.submit-button {
  height: auto;
  width: 100%;
  margin: 20px auto;
  padding: 15px 15px;
  font-size: 1rem;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #222;
  border: none;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
}
.submit-button:hover {
  color: #fff;
  background: #bc1a1a;
}
/********************* footer *********************/
footer {
  border-top: 1px solid rgb(215, 20, 20);
  padding-top: 25px;
  align-content: center;
  justify-content: center;
  background-image: url(../img/bg.png);
}
.package {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
footer h3 {
  color: white;
  font-size: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: left;
}
footer p {
  color: white;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.important-links {
  list-style: none;
  padding: 0;
}
.important-links li p {
  margin: 0;
}
/********************* social-media *********************/
.social-links {
  padding: 0;
}
.social-links li {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 10px;
}
.social-links li i {
  text-align: center;
  width: 25px;
  height: 13px;
}
.social-links a {
  color: #fff;
}
.social-links li:hover {
  background: #fff;
}
.social-links li:hover a {
  color: #d71414;
}
.ARSNL-2025 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.ARSNL-2025 p {
  color: #999;
  font-family: Montserrat, sans-serif;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 400;
}
.ARSNL-2025 p a {
  color: #aaa;
}
